home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / disk / format / install_format < prev    next >
Text File  |  1998-01-12  |  419b  |  22 lines

  1. ; Format-Installer v1.0 (25.12.97)
  2. ; © 1997 by Ulrich Hambuch
  3.  
  4. (copyfiles
  5.     (prompt "Copying Format-Executeable to System. Won't make a backup of your old format program!")
  6.     (help @copyfiles-help)
  7.     (source "Format")
  8.     (dest "SYS:System/")
  9.     (files)
  10.     (confirm)
  11. )
  12.  
  13. (copyfiles
  14.     (prompt "Copying Format-NewIcon to System ...")
  15.     (help @copyfiles-help)
  16.     (source "Format.info")
  17.     (dest "SYS:System/")
  18.     (files)
  19.     (confirm)
  20. )
  21.  
  22.